home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / balones.swf / scripts / frame_70 / DoAction.as
Text File  |  2013-04-24  |  679b  |  24 lines

  1. function ┬º-6┬º()
  2. {
  3.    LVwrite = new LoadVars();
  4.    LVwrite.game_id = _root.game_id;
  5.    LVwrite.user_id = _root.user_id;
  6.    LVwrite.pass = _root.homepage;
  7.    LVwrite.score = _root.score;
  8.    LVwrite.onLoad = function()
  9.    {
  10.       _root.ranking = this.result;
  11.       delete LVwrite;
  12.    };
  13.    LVwrite.sendAndLoad("http://" + _root.homepage + "/" + _root.site + "/end." + _root.prog + "?ran=" + random(1000),LVwrite,"POST");
  14.    getURL("javascript:end_game(" + _root.score + ")","");
  15. }
  16. SoundObj.stop();
  17. stop();
  18. _root["-6"]();
  19. if(_root.check_id == "" || _root.check_id == undefined || _root.check_id == null)
  20. {
  21.    _root.user_id = "guest";
  22.    _root.nextFrame();
  23. }
  24.